home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkPrefGroup - Grouping interface for preference package
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkPrefItem : VkComponent : VkCallbackObject
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkPrefItem.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkPrefGroup(const char* name,
- Boolean horizOrientation = False,
- Boolean noLabel = False);
- virtual void ~VkPrefGroup(void);
-
-
- AAAAddddddddiiiinnnngggg IIIItttteeeemmmmssss
- void addItem(VkPrefItem* item);
-
-
- AAAAcccccccceeeessssssss FFFFuuuunnnnccccttttiiiioooonnnnssss
- int size(void);
- VkPrefItem* item(int which);
-
-
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- VkPrefGroup groups preference objects together. It enforces an
- arrangement policy that creates "standard" appearances among different
- preference dialogs. Vertically-oriented groups (the default) left-align
- the object labels. Horizontally-oriented groups throw away the object
- labels, and arrange the object base widgets in a row.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp(((())))
- VkPrefGroup(const char* name,
- Boolean horizOrientation = False,
- Boolean noLabel = False);
- virtual void ~VkPrefGroup(void);
-
-
- Create a group preference object. The second argument turns on
- horizontal orientation, and the third argument turns off the label
- widget for the group itself.
-
- aaaaddddddddIIIItttteeeemmmm(((())))
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- void addItem(VkPrefItem* item);
-
-
- Adds a preference object to the group. The new item is added to the
- end of the list, so appears at the end of the arrangement.
-
- Note that when you use addItem, the new item takes on the activated
- or deactivated state of the group. Therefore, you should activate
- or deactivate an item after you add it to a group with addItem.
-
- ssssiiiizzzzeeee(((())))
- int size(void);
-
-
- Returns the number of items in the group.
-
- iiiitttteeeemmmm(((())))
- VkPrefItem* item(int which);
-
-
- Returns a specific item from the group.
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkPPPPrrrreeeeffffIIIItttteeeemmmm
- VkPrefItem(), ~VkPrefItem(), setActivated(), homogeneous(),
- clearHomogeneous(), activated(), hasChildren(), deleteChildren(),
- labelHeight(), baseHeight(), setLabelHeight(), setBaseHeight(),
- activateCallback(), installDestroyHandlers(), labelWidget(),
- label_destroyed(), buildLabel(), getHeight(), setHeight(),
- _labelWidget, _baseName, _labelName, _activated, _homogeneous,
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCoooommmmppppoooonnnneeeennnntttt
- installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
- setDefaultResources(), getResources(), manage(), unmanage(),
- baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
- callCallbacks(), addCallback(), removeCallback(),
- removeAllCallbacks()
-
-
- KKKKNNNNOOOOWWWWNNNN DDDDEEEERRRRIIIIVVVVEEEEDDDD CCCCLLLLAAAASSSSSSSSEEEESSSS
- VkPrefList, VkPrefRadio
-
- CCCCLLLLAAAASSSSSSSSEEEESSSS UUUUSSSSEEEEDDDD BBBBYYYY TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkPrefItem
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- SEE ALSO
- VkPrefItem, VkComponent, VkPrefItem,
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-